Get Map Entry - Retrieve a value from a map
This action retrieves from a map the value of a specific key
(previously added through Put Map Entry).
Triggers
<Map> (non-repetitive trigger [required]): The map (A collection of key/value pairs).
<Key> (non-repetitive text trigger [required]): The key of the required value.
Exits
<Value> (non-repetitive exit [required]): The retrieved value
(if a pair with the provided key exists the map).
<None> (non-repetitive empty exit [not required]): Indication that no
pair with the provided key exists the map.
Usage Example
"SQL Examples/View/Employees/Table/Action Header Group/Total Hours/Get Result Set Display/Extract and Format Field" from the
SQL Examples project: